Vcenter TrustedInfrastructure Hosts Hardware Tpm EndorsementKeys Info
The Vcenter TrustedInfrastructure Hosts Hardware Tpm EndorsementKeys Info schema contains information that describes a TPM endorsement key.
This schema was added in vSphere API 8.0.0.1.
{
"type": "string",
"public_area": "string",
"name": "string",
"qualified_name": "string",
"public_key": "string",
"certificate": "string",
"manufacturer_certificate_uri": "string",
"manufacturer_certificates": {
"cert_chain": [
"string"
]
}
}
The TPM endorsement key type.
For more information see: Vcenter TrustedInfrastructure Hosts Hardware Tpm EndorsementKeys Type.
This property was added in vSphere API 8.0.0.1.
The TPM endorsement key public area.
The public area is a TPM2B_PUBLIC structure.
Trusted Platform Module Library Part 2: Structures, Family "2.0", Level 00 Revision 01.59, November 8, 2019, Section 12.2.5 TPM2B_PUBLIC
This property was added in vSphere API 8.0.0.1.
The TPM endorsement key name.
The name is a TPM2B_NAME structure.
Trusted Platform Module Library Part 2: Structures, Family "2.0", Level 00 Revision 01.59, November 8, 2019, Section 10.5.3 TPM2B_NAME
This property was added in vSphere API 8.0.0.1.
The TPM endorsement key qualified name.
The qualified name is a TPM2B_NAME structure.
Trusted Platform Module Library Part 2: Structures, Family "2.0", Level 00 Revision 01.59, November 8, 2019, Section 10.5.3 TPM2B_NAME
This property was added in vSphere API 8.0.0.1.
The TPM public endorsement key in PEM format.
This property was added in vSphere API 8.0.0.1.
if missing or null
, the PEM format public key could not be determined.
The TPM endorsement key certificate in PEM format.
This property was added in vSphere API 8.0.0.1.
if missing or null
, the certificate cannot be retrieved from the TPM.
The TPM endorsement key issuer URL extracted from the TPM endorsement key certificate.
This property was added in vSphere API 8.0.0.1.
if missing or null
, the URI cannot be retrieved from the endorsement key certificate.
The TPM manufacturer's endorsement key certificate chain.
Endorsement key certificates are signed by the TPM manufacturer. When available, the manufacturer_certificates property will contain the TPM manufacturer's endorsement key certificate chain.
This property was added in vSphere API 8.0.0.1.
if missing or null
, the certificate chain is not available.